@charset "utf-8";
/* CSS Document */

/*lyBanner start */
.lyBanner {
  width: 100%;
  height: 640px;
  margin: 0 auto;
  position: relative;
  background-color: #1a1a1a;
}

.lyBanner .swiper-container {
  width: 100%;
  height: 100%;
  overflow: hidden;
  margin: 0 auto;
  padding: 0;
  position: relative;
}

.lyBanner .swiper-container .swiper-slide {
  height: 100%;
  overflow: hidden;
  position: relative;
}

.lyBanner .swiper-container .swiper-slide img {
  display: block;
  width: 1920px;
  height: 640px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}

/*分页器*/
.lyBanner .swiper-pagination {
  height: 12px;
  bottom: 20px !important;
}

.lyBanner .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: rgba(255, 255, 255, .25);
  vertical-align: top;
  margin: 0 4px;
  opacity: 1;
}

.lyBanner .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #fdc236;
}

.lyBanner .swiper-button-prev,
.lyBanner .swiper-button-next {
  width: 50px !important;
  height: 50px !important;
  border: 1px solid #fff;
  opacity: 0.4;
  float: left;
}

.lyBanner .swiper-button-prev {
  background: url(../images/prev01.png) center center no-repeat;
  background-size: 40px 40px;
  left: 20px;
}

.lyBanner .swiper-button-next {
  background: url(../images/next01.png) center center no-repeat;
  background-size: 40px 40px;
  right: 20px;
}

.lyBanner .swiper-button-prev:hover {
  opacity: 1;
}

.lyBanner .swiper-button-next:hover {
  opacity: 1;
}

/*lyBanner end */


/* lyProducts start */
.lyProducts {
  padding: 80px 0 56px;
  background-color: #f6f6f6;
}

.lyProducts .lyPro_main {
  margin: 0 auto;
}

.lyPro_main .lyPro_menu {
  margin-bottom: 40px;
}

.lyPro_menu ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 -15px;
}

.lyPro_menu ul li {
  margin-bottom: 10px;
  padding: 0 15px;
}

.lyPro_menu ul li p {
  background-color: #212f32;
  transform: skewX(-15deg);
  -webkit-transform: skewX(-15deg);
  -moz-transform: skewX(-15deg);
  -ms-transform: skewX(-15deg);
  -o-transform: skewX(-15deg);
}

.lyPro_menu ul li:hover p {
  background-color: #fdc236;
}

.lyPro_menu ul li p a {
  display: block;
  height: 40px;
  line-height: 40px;
  color: #fff;
  font-size: 16px;
  padding: 0 30px;
  transform: skewX(15deg);
  -webkit-transform: skewX(15deg);
  -moz-transform: skewX(15deg);
  -ms-transform: skewX(15deg);
  -o-transform: skewX(15deg);
}

.lyPro_menu ul li:hover p a {
  color: #212f32;
}

.lyPro_list ul {
  margin: 0 -12px;
}

.lyPro_list ul li {
  width: 25%;
  margin-bottom: 24px;
  padding: 0 12px;
  float: left;
}

.lyPro_list ul li .lyProList_img {
  width: 100%;
  height: 250px;
  overflow: hidden;
  margin: 0 auto;
}

.lyPro_list ul li .lyProList_img a {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: #fff;
  position: relative;
}

.lyPro_list ul li .lyProList_img a img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  margin: auto;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}

.lyPro_list ul li:hover .lyProList_img a img {
  transform: scale(1.1);
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
}

.lyPro_list ul li .lyProList_img a::after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(33, 47, 50, .65);
  position: absolute;
  left: 0;
  bottom: 100%;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
}

.lyPro_list ul li:hover .lyProList_img a::after {
  bottom: 0;
}

.lyPro_list ul li .lyProList_img a i {
  display: block;
  width: 0px;
  height: 0px;
  overflow: hidden;
  padding: 19px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0);
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 2;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}

.lyPro_list ul li:hover .lyProList_img a i {
  width: 72px;
  height: 72px;
  border: 1px solid rgba(255, 255, 255, .65);
}

.lyPro_list ul li .lyProList_img a i svg {
  display: block;
  width: 100%;
  height: 100%;
}

.lyPro_list ul li .lyProList_img a i svg path {
  fill: #ffffff;
}

.lyPro_list ul li .lyProList_text {
  background-color: #212f32;
}

.lyPro_list ul li:hover .lyProList_text {
  background-color: #fdc236;
}

.lyPro_list ul li .lyProList_text a.lyProList_name {
  display: block;
  width: calc(100% - 72px);
  height: 50px;
  overflow: hidden;
  line-height: 50px;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  white-space: nowrap;
  text-overflow: ellipsis;
  padding: 0 10px;
  float: left;
}

.lyPro_list ul li:hover .lyProList_text a.lyProList_name {
  color: #212f32;
}

.lyPro_list ul li .lyProList_text a.lyProList_name i {
  display: block;
  width: 25px;
  height: 50px;
  overflow: hidden;
  margin-right: 10px;
  opacity: .45;
  float: left;
}

.lyPro_list ul li .lyProList_text a.lyProList_name i svg {
  display: block;
  width: 100%;
  height: 100%;
}

.lyPro_list ul li .lyProList_text a.lyProList_name i svg path {
  fill: #ffffff;
}

.lyPro_list ul li:hover .lyProList_text a.lyProList_name i svg path {
  fill: #212f32;
}

.lyPro_list ul li .lyProList_text a.lyProList_more {
  display: block;
  width: 72px;
  height: 50px;
  overflow: hidden;
  line-height: 50px;
  color: rgba(255, 255, 255, .45);
  font-size: 14px;
  font-style: italic;
  text-align: center;
  float: right;
}

.lyPro_list ul li:hover .lyProList_text a.lyProList_more {
  color: #212f32;
}

/* lyProducts end */


/* lyAbout start */
.lyAbout {
  padding: 180px 0 80px;
  background: #f6f6f6 url(../images/about_bg.jpg) center top no-repeat;
  background-size: 1920px 580px;
}

.lyAbout .lyAbout_main {
  margin: 0 auto;
}

.lyAbout_main .lyAbout_con {
  padding: 40px;
  background-color: #ffffff;
}

.lyAbout_con .lyAbout_ms {
  min-height: 128px;
  padding: 0 40px;
}

.lyAbout_con .lyAbout_ms,
.lyAbout_ms p {
  line-height: 32px;
  color: #777;
  font-size: 16px;
  text-align: center;
}

.lyAbout_con .lyAbout_tab {
  margin: 30px auto;
}

.lyAbout_tab ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.lyAbout_tab ul li {
  width: 140px;
  height: 48px;
  line-height: 48px;
  color: #222;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  margin: 0 8px;
  background-color: #f6f6f6;
  cursor: pointer;
  position: relative;
}

.lyAbout_tab ul li:hover,
.lyAbout_tab ul li.active {
  color: #fff;
  background-color: #fdc236;
}

.lyAbout_tab ul li::before,
.lyAbout_tab ul li::after {
  content: '';
  display: block;
  width: 20px;
  height: 100%;
  background-color: #f6f6f6;
  position: absolute;
  top: 0;
  transform: skewX(-15deg);
  -webkit-transform: skewX(-15deg);
  -moz-transform: skewX(-15deg);
  -ms-transform: skewX(-15deg);
  -o-transform: skewX(-15deg);
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
}

.lyAbout_tab ul li:hover::before,
.lyAbout_tab ul li.active::before,
.lyAbout_tab ul li:hover::after,
.lyAbout_tab ul li.active::after {
  background-color: #fdc236;
}

.lyAbout_tab ul li:nth-child(1)::before {
  left: -7px;
}

.lyAbout_tab ul li:nth-child(1)::after {
  right: -7px;
}

.lyAbout_tab ul li:nth-child(2)::after {
  left: -7px;
}


.lyAboutTab_swiper01,
.lyAboutTab_swiper02 {
  padding: 0 56px;
  position: relative;
}

.lyAboutTab_swiper01 .swiper-container,
.lyAboutTab_swiper02 .swiper-container {
  height: 166px;
}

.lyAboutTab_swiper01 .swiper-container .swiper-slide,
.lyAboutTab_swiper02 .swiper-container .swiper-slide {
  height: 100%;
  overflow: hidden;
  position: relative;
  border: 3px solid #212f32;
  background-color: #fff;
}

.lyAboutTab_swiper01 .swiper-container .swiper-slide img,
.lyAboutTab_swiper02 .swiper-container .swiper-slide img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  margin: auto;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}


.lyAboutTab_swiper01 .swiper-button-prev,
.lyAboutTab_swiper01 .swiper-button-next,
.lyAboutTab_swiper02 .swiper-button-prev,
.lyAboutTab_swiper02 .swiper-button-next {
  width: 40px !important;
  height: 40px !important;
  margin: -20px 0 0 !important;
  padding: 5px !important;
  background: none !important;
  opacity: 1;
}

.lyAboutTab_swiper01 .swiper-button-prev,
.lyAboutTab_swiper02 .swiper-button-prev {
  left: 0;
}

.lyAboutTab_swiper01 .swiper-button-next,
.lyAboutTab_swiper02 .swiper-button-next {
  right: 0;
}

.lyAboutTab_swiper01 .swiper-button-prev svg,
.lyAboutTab_swiper01 .swiper-button-next svg,
.lyAboutTab_swiper02 .swiper-button-prev svg,
.lyAboutTab_swiper02 .swiper-button-next svg {
  display: block;
  width: 100%;
  height: 100%;
}

.lyAboutTab_swiper01 .swiper-button-prev svg path,
.lyAboutTab_swiper01 .swiper-button-next svg path,
.lyAboutTab_swiper02 .swiper-button-prev svg path,
.lyAboutTab_swiper02 .swiper-button-next svg path {
  fill: #bbbbbb;
}

.lyAboutTab_swiper01 .swiper-button-prev:hover svg path,
.lyAboutTab_swiper01 .swiper-button-next:hover svg path,
.lyAboutTab_swiper02 .swiper-button-prev:hover svg path,
.lyAboutTab_swiper02 .swiper-button-next:hover svg path {
  fill: #fdc236;
}

/* lyAbout end */


/* lyNews start */
.lyNews {
  padding: 80px 0;
}

.lyNews .lyNews_main {
  margin: 0 auto;
}

.lyNews_main .lyNews_left {
  width: 740px;
  float: left;
}

.lyNews_main .lyNews_right {
  width: 480px;
  float: right;
}

.lyNews_title {
  margin-bottom: 20px;
}

.lyNews_title p {
  height: 30px;
  line-height: 30px;
  color: #222;
  font-size: 24px;
  font-weight: bold;
  float: left;
}

.lyNews_title a {
  display: block;
  height: 30px;
  line-height: 30px;
  color: #999;
  font-size: 16px;
  float: right;
}

.lyNews_title a:hover {
  color: #fdc236;
}


.lyNews_hot ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 -20px;
}

.lyNews_hot ul li {
  width: 50%;
  padding: 0 20px;
  float: left;
}

.lyNews_hot ul li .lyNewsHot_img {
  width: 100%;
  height: 190px;
  overflow: hidden;
  margin: 0 auto;
}

.lyNews_hot ul li .lyNewsHot_img a {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: #f6f6f6;
  position: relative;
}

.lyNews_hot ul li .lyNewsHot_img a img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  margin: auto;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}

.lyNews_hot ul li:hover .lyNewsHot_img a img {
  transform: scale(1.1);
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
}

.lyNews_hot ul li .lyNewsHot_text {
  margin-top: 14px;
}

.lyNews_hot ul li .lyNewsHot_text a.lyNewsHot_name {
  display: block;
  width: 100%;
  height: 32px;
  overflow: hidden;
  line-height: 32px;
  color: #222;
  font-size: 16px;
  font-weight: bold;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin-bottom: 8px;
}

.lyNews_hot ul li:hover .lyNewsHot_text a.lyNewsHot_name {
  color: #fdc236;
}

.lyNews_hot ul li .lyNewsHot_text p {
  width: 100%;
  height: 50px;
  overflow: hidden;
  line-height: 25px;
  color: #999;
  font-size: 15px;
  text-align: justify;
  margin: 0 auto;
  position: relative;
}

.lyNews_hot ul li .lyNewsHot_text p a.lyNewsHot_more {
  display: block;
  width: 106px;
  height: 25px;
  overflow: hidden;
  line-height: 25px;
  color: #fdc236;
  font-size: 15px;
  font-weight: bold;
  text-align: right;
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, #ffffff 10%, #ffffff);
  position: absolute;
  right: -8px;
  bottom: 0;
}


.lyNews_left .lyNews_list {
  margin-top: 30px;
}

.lyNews_list ul li {
  border-bottom: 1px solid #e6e6e6;
}

.lyNews_list ul li a {
  display: block;
  width: calc(100% - 120px);
  height: 56px;
  overflow: hidden;
  line-height: 56px;
  color: #222;
  font-size: 16px;
  white-space: nowrap;
  text-overflow: ellipsis;
  padding: 0 0 0 24px;
  position: relative;
  float: left;
}

.lyNews_list ul li a:hover {
  color: #fdc236;
}

.lyNews_list ul li a::before {
  content: '';
  display: block;
  width: 10px;
  height: 10px;
  margin-top: -5px;
  border-radius: 50%;
  border: 2px solid #fdc236;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.lyNews_list ul li span {
  display: block;
  width: auto;
  height: 56px;
  overflow: hidden;
  line-height: 56px;
  color: #999;
  font-size: 16px;
  float: right;
}

.lyNews_list ul li span i {
  display: block;
  width: 18px;
  height: 18px;
  overflow: hidden;
  margin: 18px 8px 18px 0;
  float: left;
}

.lyNews_list ul li span i svg {
  display: block;
  width: 100%;
  height: 100%;
}

.lyNews_list ul li span i svg path {
  fill: #999999;
}


.lyArticle_list ul li {
  margin-bottom: 3px;
}

.lyArticle_list ul li:last-child {
  margin-bottom: 0;
}

.lyArticle_list ul li a {
  display: block;
  width: 100%;
  height: 80px;
  overflow: hidden;
  line-height: 80px;
  color: #222;
  font-size: 16px;
  white-space: nowrap;
  text-overflow: ellipsis;
  padding: 0 54px 0 40px;
  position: relative;
  background-color: #f6f6f6;
}

.lyArticle_list ul li a::before {
  content: '';
  display: block;
  width: 10px;
  height: 10px;
  margin-top: -5px;
  border-radius: 50%;
  border: 2px solid #ddd;
  position: absolute;
  left: 20px;
  top: 50%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.lyArticle_list ul li a:hover {
  color: #212f32;
  background-color: #fdc236;
}

.lyArticle_list ul li a:hover::before {
  border: 2px solid rgba(33, 47, 50, .25);
}

.lyArticle_list ul li a i {
  display: block;
  width: 24px;
  height: 24px;
  overflow: hidden;
  margin-top: -12px;
  padding: 2px;
  background-color: #ddd;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  right: 20px;
}

.lyArticle_list ul li a:hover i {
  background-color: #212f32;
}

.lyArticle_list ul li a i svg {
  display: block;
  width: 100%;
  height: 100%;
}

.lyArticle_list ul li a i svg path {
  fill: #ffffff;
}

/* lyNews end */


/* lyPartner start */
.lyPartner {
  padding: 80px 0 60px;
  background-color: #f6f6f6;
}

.lyPartner .lyPartner_main {
  margin: 0 auto;
}

.lyPartner_list ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 -10px;
}

.lyPartner_list ul li {
  width: 16.666666%;
  margin-bottom: 20px;
  padding: 0 10px;
}

.lyPartner_list ul li i {
  display: block;
  width: 100%;
  height: 100px;
  overflow: hidden;
  background-color: #fff;
  position: relative;
}

.lyPartner_list ul li:hover i {
  box-shadow: 0 0 10px rgba(0, 0, 0, .06);
}

.lyPartner_list ul li i img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  margin: auto;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}

/* lyPartner end */